Click or drag to resize

Depth Class

The depth header value indicates that the method applies to either: the collection (depth 0); the collection and its immediate contents (depth 1); or the collection, its contents and all subcollections (depth infinity).
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavDepth

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class Depth

The Depth type exposes the following members.

Constructors
  NameDescription
Public methodDepth
Initializes a new instance of the Depth class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberInfinity
The collection, its contents and all subcollections.
Public fieldStatic memberOne
The collection and its immediate contents.
Public fieldStatic memberZero
The resource (collection) level
Top
See Also